home *** CD-ROM | disk | FTP | other *** search
- -- background: 2689 from stack: in
- -- bmap block id: 3092
- -- flags: 0000
- -- background id: 0
- -- name: waye address
-
-
- -- part 103 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=302 top=292 right=342 bottom=409
- -- title width / last selected line: 0
- -- icon id / first selected line: 27056 / 27056
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: go to stack 1
- ----- HyperTalk script -----
- on mouseUp
- get word 3 of field 3
- go to card id it of stack "cassette-stack 1"
- -- && put your own stack name in place of cassette-stack 1
-
-
- end mouseUp
-
-
-
- -- part 104 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=370 top=239 right=271 bottom=506
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: sequence
-
-
- -- part 114 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=155 top=309 right=337 bottom=192
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- go to previous card
- end mouseUp
-
-
- -- part 115 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=203 top=310 right=338 bottom=239
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- go to next card
- end mouseUp
-
-
- -- part 118 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=369 top=192 right=224 bottom=505
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: number
-
-
- -- part 119 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=370 top=145 right=176 bottom=506
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: card id
-
-
- -- part 123 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=369 top=99 right=130 bottom=505
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: counter
-
-
- -- part 124 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=369 top=53 right=84 bottom=505
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: date
-
-
- -- part 125 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=17 top=294 right=338 bottom=120
- -- title width / last selected line: 0
- -- icon id / first selected line: 21209 / 21209
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: date
- ----- HyperTalk script -----
- on mouseUp
- put the date into bkgnd field "date"
-
- end mouseUp
-
-